home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / src / utils / makefile < prev   
Makefile  |  1994-10-17  |  139b  |  10 lines

  1. all: export makedep
  2.  
  3. export:
  4.     ( cd Export; make )
  5.     mv Export/export ./export
  6.  
  7. makedep:
  8.     ( cd Makedep; make )
  9.     mv Makedep/makedep ./makedep
  10.